Skip to content

Instantly share code, notes, and snippets.

@marketinview
Last active September 25, 2023 11:33
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save marketinview/e9a7fa51c0caf3c7ae9d528aee05bb71 to your computer and use it in GitHub Desktop.
Save marketinview/e9a7fa51c0caf3c7ae9d528aee05bb71 to your computer and use it in GitHub Desktop.
Qualtrics: Hide Plug. Hide "Powered by Qualtrics" in page footer. Place script in header or footer. #qualtrics #js #jq #hide #plug
<script type="text/javascript">
Qualtrics.SurveyEngine.addOnReady(function() {
jQuery('#Plug').attr('style', 'display:none !important');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment